ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer.TagHelpers Namespace / ViewerBaseTagHelper<TControl> Class / Refreshed Property

In This Topic
    Refreshed Property (ViewerBaseTagHelper<TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.Control.OnClientRefreshed client event. Occurs after the control has refreshed its contents.
    Syntax
    'Declaration
     
    Public Property Refreshed As String
    public string Refreshed {get; set;}
    See Also